home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
tutor
/
mor20.exe
/
pak
/
LESSON.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-09-18
|
445b
|
27 lines
echo off
cls
if not exist MORSE.EXE goto msg
if exist TEACH.COM goto ok
:msg
echo
echo
echo
echo
echo
echo
echo
echo
echo
echo
echo The two programs MORSE.EXE and TEACH.COM must be in
echo the same(default) directory, or on the same disk as
echo this as this program.
echo
goto end
:ok
TEACH
if not errorlevel 5 goto end
MORSE MORSE.TMP 5
erase MORSE.TMP
:end